Accelerated Corner Detector Algorithms
ثبت نشده
چکیده
Fast corner detector algorithms are important for achieving real time in different computer vision applications. In this paper, we present new algorithm implementations for corner detection that makes use of the graphics processing units (GPU) of commodity hardware. The programmable capabilities of modern GPUs make it possible to speed up counterpart CPU algorithms. For corner detector algorithms, most steps are easily translated from CPU to GPU. However, the feature selection step imposes challenges for being mapped to the GPU parallel computational model. This paper presents a template for implementing corner detector algorithms that run entirely on the GPU, resulting in significant speed-ups. The proposed template is used to implement the KLT corner detector and the Harris corner detector, and numerical results are shown to demonstrate the algorithm efficiency.
منابع مشابه
Accelerated Corner-Detector Algorithms
Fast corner-detector algorithms are important for achieving real time in different computer vision applications. In this paper, we present new algorithm implementations for corner detection that make use of graphics processing units (GPU) provided by commodity hardware. The programmable capabilities of modern GPUs allow speeding up counterpart CPU algorithms. In the case of corner-detector algo...
متن کاملCorner Detection Algorithms in Text of Natural Scene Images
Corners in images represent a lot of important information. Extracting corners accurately is significant to image processing, which can reduce much of the calculations. In this paper, three widely used corner detection algorithms, FAST (Features from Accelerated Segment Test), Eigen Value and Harris corner detection algorithms which are all based on intensity, were compared in stability, noise ...
متن کاملImage Mosaic Using FAST Corner Detection
The main concept behind the image mosaic is image registration. The image mosaic can be defined as the automatic alignment or registration of multiple images into larger aggregates with two simultaneous images having some similarities between them. Image registration is an important part of the image processing and computer vision. On the basis of analyzing two types of image registration, an a...
متن کاملGray Level Corner Detection
In this paper the analysis of gray level corner detections has been carried out. The performances of cornerness measures for some corner detection algorithms are discussed. This paper presents a new approach for corner detection called the GradientDirection corner detector which is developed from the popular Plessey corner detector. The GradientDirection corner detector is based on the measure ...
متن کاملImplementing Object and Feature Detection Without Compromising the Performance
This thesis will cover how some computationally heavy algorithms used in digital image processing and computer vision are implemented with WebGL and computed on the graphics processing unit by utilizing GLSL-shaders. This thesis is based on an already implemented motion detection plug-in used in web based games. This plug-in is enhanced with new features and some already implemented algorithms ...
متن کامل